projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57895fe
)
(top-level): Don't set `completion-ignore-case' to t.
author
John Paul Wallington
<jpw@pobox.com>
Sat, 26 Apr 2008 16:54:44 +0000
(16:54 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sat, 26 Apr 2008 16:54:44 +0000
(16:54 +0000)
lisp/w32-fns.el
patch
|
blob
|
history
diff --git
a/lisp/w32-fns.el
b/lisp/w32-fns.el
index a0558b7dcf7253c03bfd77d58f841f1ffc437a9a..21920c32c2e8a0dec86dbdeda06968bd01bb455c 100644
(file)
--- a/
lisp/w32-fns.el
+++ b/
lisp/w32-fns.el
@@
-74,9
+74,6
@@
(declare-function w32-get-valid-locale-ids "w32proc.c")
(declare-function w32-set-clipboard-data "w32select.c")
-;; Ignore case on file-name completion
-(setq completion-ignore-case t)
-
;; Map all versions of a filename (8.3, longname, mixed case) to the
;; same buffer.
(setq find-file-visit-truename t)